package exception
Type Members
- class InvalidSessionException extends RuntimeException
Exception thrown when an invalid or non-existent session ID is encountered.
Exception thrown when an invalid or non-existent session ID is encountered.
- Annotations
- @ResponseStatus()
- class ResponseProcessingException extends RuntimeException
Exception thrown when an error occurs during response processing.
Exception thrown when an error occurs during response processing.
- Annotations
- @ResponseStatus() @NoArgsConstructor()
- class SearchResultNotFoundException extends RuntimeException
Exception thrown when a search result is not found.
Exception thrown when a search result is not found.
- Annotations
- @ResponseStatus()